[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
AlphabetOBJ METHODS
Controls how the Toolkit determines upper- and lower-case characters,
and how to change the case of a character.
procedure AssignUpCaseFunc(Func:caseFunc);
procedure AssignLoCaseFunc(Func:caseFunc);
procedure SetUpper(Letters:CharSet);
procedure SetLower(Letters:CharSet);
procedure SetPunctuation(Letters:CharSet);
function IsUpper(K:word):boolean;
function IsLower(K:word):boolean;
function IsLetter(K:word):boolean;
function IsPunctuation(K:word):boolean;
function GetUpCase(Ch:char):char;
function GetLoCase(Ch:char):char;
The syntax for the functions to be passed to AssignUpCaseFunc and
AssignLoCaseFunc is as follows:
function MyConverter(Ch:char):char;
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson